POST
/
api
/
v3
/
sites
/
invite
/
accept
curl --request POST \
  --url https://cloud.volttime.com/api/v3/sites/invite/accept \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbew",
  "team_uuid": "architecto"
}'
{
  "message": "Invite accepted successfully",
  "site_id": 123,
  "team_uuid": "abc-123-def",
  "is_owner": false,
  "data_access": true
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Body

application/json

Response

200 - application/json

Invite accepted successfully

The response is of type object.